projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3697b80
)
(ph-install-menu): Use easy-menu-create-menu, not
author
Dave Love
<fx@gnu.org>
Fri, 17 Apr 1998 20:36:48 +0000
(20:36 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 17 Apr 1998 20:36:48 +0000
(20:36 +0000)
easy-menu-create-keymaps.
lisp/ph.el
patch
|
blob
|
history
diff --git
a/lisp/ph.el
b/lisp/ph.el
index f7cd052f3b45d61289f68cca617d9cb030b101bd..0da0ea21d2d38f104defc437cf3d502a608a80ea 100644
(file)
--- a/
lisp/ph.el
+++ b/
lisp/ph.el
@@
-1127,7
+1127,7
@@
This function can only be called from a PH/QI query result buffer."
global-map
[menu-bar tools ph]
(cons "Ph"
- (easy-menu-create-
keymaps
"Ph" (cdr (ph-menu))))))
+ (easy-menu-create-
menu
"Ph" (cdr (ph-menu))))))
))
(ph-install-menu)